home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5022 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.2 KB

  1. Path: news.iconn.net!news
  2. From: Karl J Poglitsch Jr <kjpoglit@iconn.net>
  3. Newsgroups: comp.lang.c++
  4. Subject: .EXE/.COM Format....
  5. Date: Thu, 01 Feb 1996 22:12:04 -0600
  6. Organization: i-conn
  7. Message-ID: <31118F14.2818@iconn.net>
  8. NNTP-Posting-Host: hd-ts01-10.iconn.net
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0b6b (Win16; I)
  13.  
  14. I've also posted this on comp.lang.c, I'm hoping someone here might be 
  15. able to help...
  16.  
  17. I don't know if this is the place for something like this, but I am also 
  18. looking for the format for MS-DOS/Windows programs.  What I want to do is 
  19.  implement a kindof file viewer in a program that I am writing, and I 
  20. want to display the first 20 lines of a text file, but if it's an 
  21. executable, i.e. .COM or .EXE or even .DLL but not necessary, I want to 
  22. print info about the program.  At work I use a program called Outside-In, 
  23. or something to that effect, and it does give me a breakdown of the 
  24. program, I would like something similiar.  It does not have to get into 
  25. terrible depth, but I'd like a little more than the filesize.
  26.  
  27. Any help would be appreciated.  I just need the format, no code is 
  28. necessary.
  29.